From: Glenn Morris Date: Sat, 14 Mar 2009 03:07:01 +0000 (+0000) Subject: Fix entry (one moved to org/). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1266 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=39a39879b56a443280420bcc2e79038424884a87;p=emacs.git Fix entry (one moved to org/). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12b08d234cc..635bc3a0171 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -25,16 +25,11 @@ 2009-03-13 D. Goel * ibuf-ext.el: - When calling (multiple-value-bind/setq .. ls) - ls -> (values-list ls) throughout. - - * progmodes/flymake.el (flymake-float-time): Ditto. - - * progmodes/ebrowse.el: Ditto. - - * midnight.el (midnight-next): Ditto. - - * org/org-bbdb.el: Ditto. + * midnight.el (midnight-next): + * progmodes/ebrowse.el: + * progmodes/flymake.el (flymake-float-time): + When calling (multiple-value-bind/setq .. ls) replace ls + by (values-list ls) throughout. 2009-03-13 Agustín Martín